projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c201cb3
)
Update migration guide a bit
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 May 2016 00:55:16 +0000
(20:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 May 2016 03:41:42 +0000
(23:41 -0400)
Resize grips are no more.
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index b0bad87e301f8ee12337f406275c12a5a7991625..26a96e84b440f6175f652e591431776390be74da 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-1205,6
+1205,12
@@
gtk_arrow_draw (GtkWidget *widget,
have disappeared, and instead there are now
gtk_window_set_has_resize_grip() and gtk_window_get_has_resize_grip().
</para>
+ <para>
+ In more recent versions of GTK+ 3, the resize grip functionality has
+ been removed entirely, in favor of invisible resize borders around the
+ window. When updating to newer versions of GTK+ 3, you should simply
+ remove all code dealing with resize grips.
+ </para>
</section>
<section>